API Overview
This document provides details about Dynamic Experience RR Server Social Proof Rest API used to display social proof messages.
Root Endpoint
The root endpoint for any of the APIs that you will use is ideally the URL of your organization and looks as below.
Copy
https://<yoururl>
Path
The path for the APIs is as follows:
Copy
/rrserver/api/
Endpoint
The location APIs send requests to and where the resources reside is called an endpoint or param of an API. An API endpoint consists of root-endpoint, path, and query parameter-value or query parameter-value pairs. The following are the endpoints.
Generic Example
Copy
/rrserver/api/productEventsMetrics/spEvents?apiKey={apiKey}&productId={productId}&eventType=eventType}&timeWindow={timeWindow}Endpoint